Dates and Times in Javascript
Date formats/ timestamps can be tricky to handle in JavaScript, especially when it comes to time zones. This post explains how I deal with converting timestamps and the libraries I use in React.
Date formats/ timestamps can be tricky to handle in JavaScript, especially when it comes to time zones. This post explains how I deal with converting timestamps and the libraries I use in React.
There are a variety of different package managers you can choose from but what makes them different from each other?
There are a number of ways to improve the performance of an app; debugging, accessibility or running an audit on your app.
High Ordered Components are used in traditional Redux via `connect`. Hooks do not usually incorporate HOCs.
This post outlines how .map(), .filter() and .reduce() differ, with examples for each method.
This post covers programming data requests via fetch, axios, JavaScript promises etc. using Redux. Redux can now be configured with hooks; allowing you to remove connect from components.
There are an array of charting libraries that can be used in React projects. Here are three examples of charting libraries which are easy to use.
Integrating Suspense and Lazy Loading into a React app can make the app a lot more efficent.
Ionic is a cross-platform UI component library for both the web and mobile. Ionic recently released a stable version for React.
Tailwind is a utility-first CSS framework. Unlike libraries like Bootstrap, you are able to customise things like buttons, navbars, margins, colours etc. all through a config file. Tailwind is similar to Bootstrap in that it takes a mobile first approach and allows you to set screen sizes to enable the app to be responsive.